Category: Geeks r Us
Hi,
JFF I'm trying to write a jaws script that puts text in the virtual buffer. I am using a custome default file, with the instructions for installing skypewatch. When I try to compile my script it says unknown variable OT_USER_BUFFER, and when I try to compile the script from basics of scripting it says invalid paramater or something.
What am I missing?
Thanks.
That's a constant. Are you including hjconst.jsh or whichever other file defines it?
Hi, I am using default0.jsb, which I recompiled before posting. Should I include default0.jss?
No, if you want to make OT_USER_BUFFER work correctly, you need to include the following line in your file:
include "hjConst.jsh"
That file defines all of the OT_* constants, such as OT_NO_DISABLE, OT_USER_REQUESTED_INFORMATION, OT_LINE, etc.